Fix a minor typo in translatable string
authorPiotr Drąg <piotrdrag@gmail.com>
Mon, 23 Mar 2015 16:35:41 +0000 (17:35 +0100)
committerPiotr Drąg <piotrdrag@gmail.com>
Mon, 23 Mar 2015 16:35:41 +0000 (17:35 +0100)
gtk/gtktexttag.c

index f5f34f0c3244f2f935e8eeecc2f8750b1b90a6ea..92962751afe37785e0b9bf4e704b9c27f3cb9443 100644 (file)
@@ -555,8 +555,8 @@ gtk_text_tag_class_init (GtkTextTagClass *klass)
   g_object_class_install_property (object_class,
                                    PROP_STRIKETHROUGH_RGBA,
                                    g_param_spec_boxed ("strikethrough-rgba",
-                                                       P_("Strike-through RGBA"),
-                                                       P_("Color of strike-through for this text"),
+                                                       P_("Strikethrough RGBA"),
+                                                       P_("Color of strikethrough for this text"),
                                                        GDK_TYPE_RGBA,
                                                        GTK_PARAM_READWRITE));